home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / autocm10.arc / AUTOCM10.DOC next >
Text File  |  1990-08-07  |  6KB  |  160 lines

  1.  
  2.  
  3.  
  4.                   ************  AUTOCOM!  ************
  5.  
  6.           Automated file downloader and script launcher for {COMMO}
  7.  
  8.                              By Randy Scott
  9.  
  10.  
  11. Version 1.0
  12.  
  13. {COMMO} is a copyrighted program by Fred Brucker.
  14. The name {COMMO} is also a trademark owned by Fred Brucker.
  15.  
  16. Without {COMMO}, this program would have no purpose. Thanks to Fred for
  17. this outstanding communications program.
  18.  
  19. Thanks to Mike Smedley for his excellent C library CXL,
  20. and to Doug Maclean for the file viewer I've added as an option.
  21.  
  22.  
  23.  
  24.  
  25. -------------------------------------------------------------------------
  26.  
  27. Autocom is not freeware or public domain. If you continue to use Autocom
  28. after 30 days, you are expected to register with the author.
  29. The registration is $10. The registration will entitle you to all
  30. future upgrades.
  31.  
  32. Send registration and comments to:
  33.  
  34. Randy Scott
  35. 5248 Hubbert St.
  36. Oceanside, Ca. 92056
  37.  
  38. I can be reached for support at:
  39.  
  40. The Filebank
  41. 619-728-4318
  42.  
  43. or in the Commo conference in RelayNet.
  44.  
  45. -------------------------------------------------------------------------
  46.  
  47. What necessary to run AUTOCOM ?
  48.  
  49. A registered copy of {COMMO}, version 4.32 or newer.
  50. 256K memory.
  51. A valid ZMODEM macro contained in the commo.mac file.
  52.  
  53.  
  54. Autocom has been tested on RBBS and PC BOARD BBS's. With minor
  55. modifications to the macros, it should work on most common BBS packages
  56. you will see.
  57.  
  58. -----------------------------------------------------------------------
  59.  
  60. Getting started...
  61.  
  62. 1. Make a new entry in the commo.fon directory with a different name for
  63.    the BBS you'd like to call. Make the name different than any other
  64.    entries you may have. You may have as many AUTOCOM entries in your
  65.    directory as you wish.
  66.  
  67. 2. Make sure you put your valid password in the appropriate field.
  68.  
  69. 3. Also, put the name "{MAN}" in the macro field.
  70.  
  71. 4. Copy all AUTOCOM files into the {COMMO} directory.
  72.  
  73. 5. Make sure your default protocol on the BBS is set to Zmodem.
  74.    If you can't do this, you can edit source2.mac, download command
  75.    to indicate the proper keystrokes to select zmodem for each transfer.
  76.  
  77. ------------------------------------------------------------------------
  78.  
  79. That's all there is to it. Now you're ready to start-up AUTOCOM.
  80.  
  81. The AUTOCOM set-up screen is where you'll tell AUTOCOM a little bit about
  82. yourself, and your BBS, so it can build a macro to log on. Once you enter
  83. this information, AUTOCOM will remember it.
  84.  
  85. If you wish to call immediately, you should leave the time and date at
  86. default, which should be the current time/date. You may change either, to
  87. delay start-up of {COMMO}. You may delay execution for up to one year.
  88. If you enter the current date, but a time earlier than current, AUTOCOM
  89. will assume you mean now, rather than one year from now.
  90.  
  91. The additional macro field allows you to enter the name of a macro which
  92. you write, that will get control when AUTOCOM is done. This is intended
  93. for a mail macro, but could be used for most anything. The macro must be
  94. contained in commo.mac, or an error will result. Remember, you are
  95. already logged on to the bbs, at the main board when this macro gets
  96. control. This macro must end with following command which will return to 
  97. autocom, and log off the BBS :
  98.  
  99. {macload autotemp.mac,hng}
  100.  
  101. On the right side of the set-up screen is where you enter the names 
  102. of files you'd like to download. Make sure these are valid names. 
  103. AUTOCOM will assume *.zip, unless you specify otherwise. Use a period
  104. to specify no extension. Also, make sure you have sufficient time on
  105. the BBS to allow for all requested files.
  106.  
  107. Autocom will inform you if the macros completed successfully or not. You
  108. will have the option to view the capture file at the end of Autocom, to
  109. review the results of the last call.
  110.  
  111. You must select an additional macro, or at least one file to download,
  112. or AUTOCOM will exit due to no work requested.
  113.  
  114. When you are satisfied with the AUTOCOM screen, push F10 to accept.
  115. AUTOCOM will call {COMMO}, and run the generated macros. When the macros
  116. are through executing, {COMMO} and AUTOCOM will exit. If the BBS is busy
  117. when AUTOCOM calls it, AUTOCOM will dial 5 times, then wait 15 minutes
  118. before trying again. It will continue this loop until successful.
  119.  
  120. -----------------------------------------------------------------------
  121.  
  122. General stuff :
  123.  
  124. 1. One neat thing about AUTOCOM, is that it searches your commo.mac file
  125.    to find your Zmodem macro. This means that you specify where your files
  126.    will go and how the protocol will operate. Simply make sure there is a
  127.    {.z.} tag on the correct macro, and AUTOCOM will know what to do with it.
  128.  
  129. 2. AUTOCOM works by combining the contents of source1.mac with the macro
  130.    fragments contained in source2.mac, and creating the file autotemp.mac
  131.    which gets control when {COMMO} is called. You may edit either source 
  132.    file to change the behavior of Autocom. The macros contained in
  133.    source1.mac are the generic macros that don't change very much. The
  134.    fragments contained in source2.mac are selectively added to
  135.    information you put on the Autocom set-up screen to create the
  136.    constantly changing autotemp.mac. If you edit source2.mac, you must
  137.    follow the rules outlined in that file. All changes must remain on the
  138.    same line as they are now. You can extend the line to 255 characters 
  139.    if you wish, but don't change the current line format. Be sure you end
  140.    the `effective' line with a #, to show Autocom where the actual end of
  141.    the data is.
  142.  
  143. 3. There are currently two command line parameters:    /s and /m
  144.  
  145.    /s will cause AUTOCOM to pause and display the autotemp.mac file
  146.    before calling {COMMO}. This is useful for troubleshooting
  147.    macro problems.
  148.  
  149.    /m will set AUTOCOM to monochrome if you have a B+W monitor on a color
  150.    card. AUTOCOM should work properly on a system with no color card
  151.    without this parameter.
  152.  
  153. 4. AUTOCOM starts up a capture file named autocom.cap. You may view this 
  154.    file to see what happened on your last AUTOCOM call. It is deleted at 
  155.    the start of each session. AUTOCOM places a time stamp at the 
  156.    beginning and end of the file, so you know exactly when you were 
  157.    connected.
  158.  
  159. 
  160.